Skip to content

Conversation

@krish2718
Copy link
Contributor

  • Revert revert of quarantine, left a couple of Matter over Wi-Fi tests in Quarantine.
  • Pull fixes for Wi-Fi RC1 testing issues

@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Nov 1, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 1, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@25f14b4 nrfconnect/sdk-zephyr@86bff0f (main) nrfconnect/[email protected]

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@krish2718 krish2718 requested a review from richabp November 1, 2024 18:29
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 1, 2024

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 6

Inputs:

Sources:

sdk-nrf: PR head: e880aed5f8c3ff09eb683b3ba795b5a32eb41f3e
zephyr: PR head: 86bff0f8539ae0fc7154bac0ccd889b4133cc298

more details

sdk-nrf:

PR head: e880aed5f8c3ff09eb683b3ba795b5a32eb41f3e
merge base: 9e61aa7cab4435aba07b1eae019f7fb4ae2adaf2
target head (main): 9e61aa7cab4435aba07b1eae019f7fb4ae2adaf2
Diff

zephyr:

PR head: 86bff0f8539ae0fc7154bac0ccd889b4133cc298
merge base: 25f14b4f8ecba7423f39ead3c117c0d86a096c5b
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (13)
applications
│  ├── matter_bridge
│  │  │ sample.yaml
samples
│  ├── wifi
│  │  ├── radio_test
│  │  │  │ sample.yaml
scripts
│  │ quarantine.yaml
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── thingy53
│  │  │  │  │ thingy53_nrf5340_cpunet.dts
│  ├── drivers
│  │  ├── wifi
│  │  │  ├── nrfwifi
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── inc
│  │  │  │  │  │ wpa_supp_if.h
│  │  │  │  ├── src
│  │  │  │  │  ├── fmac_main.c
│  │  │  │  │  ├── qspi
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ qspi_if.c
│  │  │  │  │  │ wpa_supp_if.c
│  ├── modules
│  │  ├── hostap
│  │  │  ├── CMakeLists.txt
│  │  │  │ Kconfig
│  │ west.yml

Outputs:

Toolchain

Version: b44b7a08c9
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b44b7a08c9_912848a074

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 578
    • sdk-zephyr test count: 7229
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-sdk-find-my
    • ✅ test-fw-nrfconnect-nrf-iot_mosh
    • ✅ test-fw-nrfconnect-nrf-iot_positioning
    • ✅ test-sdk-wifi
    • ✅ test-low-level
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk

Note: This message is automatically posted and updated by the CI

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@krish2718 krish2718 force-pushed the revert_quarantine_nrf70 branch from debe37e to 167dadc Compare November 2, 2024 12:12
@rlubos
Copy link
Contributor

rlubos commented Nov 4, 2024

@krish2718
Copy link
Contributor Author

@krish2718 krish2718 force-pushed the revert_quarantine_nrf70 branch from 167dadc to 02e3aaa Compare November 4, 2024 09:41
@krish2718 krish2718 requested review from a team and rado17 as code owners November 4, 2024 09:41
@NordicBuilder NordicBuilder removed the DNM label Nov 4, 2024
Assorted Wi-Fi fixes for RC1 issues.

Signed-off-by: Chaitanya Tata <[email protected]>
nRF7002EB Wi-Fi support needs two shields to be passed. Please note
nRF70 Wi-Fi snippet is skipped as this applications overwrites the DTS.

Signed-off-by: Chaitanya Tata <[email protected]>
Using the same arg overwrites the previous shield, they should be passed
together and in proper order.

Signed-off-by: Chaitanya Tata <[email protected]>
This reverts commit 7fa28ae.

Signed-off-by: Chaitanya Tata <[email protected]>
54H + Wi-Fi is PSA only, but Matter is Legacy crypto and that is causing
build issues (MbedTLS configs).

For now Quarantine these samples till we figure out the issue.

Signed-off-by: Chaitanya Tata <[email protected]>
@krish2718 krish2718 force-pushed the revert_quarantine_nrf70 branch from 02e3aaa to e880aed Compare November 4, 2024 09:50
@rlubos
Copy link
Contributor

rlubos commented Nov 4, 2024

@krish2718 Please backport.

@rlubos rlubos merged commit 384ecab into nrfconnect:main Nov 4, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants